home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / business / varin57d.zip / VARINV.DOC < prev    next >
Text File  |  1992-10-23  |  6KB  |  133 lines

  1.  
  2.  
  3.                   The Variable Investment Analyst 5.X   Page 1
  4.  
  5.  
  6.      Welcome to the Variable Investment Analyst investment portfolio
  7.      management program!  This program will help you track returns on
  8.      variable (non-fixed) investments such as stocks, bonds, mutual funds,
  9.      401K plans, annuities, and partnerships.  It can track thousands of
  10.      investments and transactions.  It calculates profit, periodic total
  11.      return, cumulative total return, average annual total return, internal
  12.      rate of return, and low, high, and average buy and sell prices.  It
  13.      can output to screen, printer, and disk file.  It runs on any current
  14.      IBM compatible monitor/display adapter combination.
  15.  
  16.      Following is a summary of the major enhancements, and the version in
  17.      which they were introduced:
  18.  
  19.      Introduced in Version 4:
  20.  
  21.          1)  Data files use the more accurate IEEE format numbers rather
  22.          than Microsoft Binary Format numbers.
  23.          2)  Data files use long format dates (MMDDYYYY) rather than
  24.          MMDDYY, which will allow the the program's calculations to be
  25.          accurate across centuries (There are many programs out there that
  26.          won't calculate correctly after the year 1999).
  27.          3)  The program calculates low, high, and average buy and sell
  28.          price statistics.
  29.          4)  The user can export the report to disk file.
  30.          5)  Advanced code optimization and memory management techniques
  31.          allow tracking thousands of investments and transactions.
  32.          6)  Includes more comprehensive instructions, input editing, and
  33.          error handling.
  34.  
  35.      Introduced in Version 5:
  36.  
  37.          1)  Allows the input of service charge transactions which affect
  38.          profit and % return calculations, but *not* buy or sell price
  39.          statistics.  Previously, the user had to include service charges
  40.          in their buy or sell prices, which adversely affected their low,
  41.          high, and average buy/sell price statistics.
  42.          2)  % Return calculations are accurate to the day.  Previously,
  43.          return calculations were rounded to the nearest month.
  44.          3)  Includes dollar-weighted annualized internal rate of return
  45.          (IRR) calculation.
  46.          4)  When listing an investment, the user can optionally use a date
  47.          mask to compare returns from different investments more easily.
  48.          5)  Can optionally use 43 or 50 lines on the screen, rather than
  49.          the default 25 lines, depending on the user's hardware.
  50.          6)  All dates are checked for errors.
  51.          7)  Many routines were re-written to use DOS interrupts for
  52.          enhanced speed.
  53.          8)  User-customizable screen colors.
  54.          9)  Pull-down menus, dialog boxes, and mouse capability (5.6).
  55.  
  56.      This version was compiled using Microsoft BASIC Professional
  57.      Development System 7.1.  It works with any DOS version 2.0 or greater,
  58.  
  59.  
  60.  
  61.  
  62.      Varinv.doc Oct 23, 1992
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                   The Variable Investment Analyst 5.X   Page 2
  70.  
  71.  
  72.      and will use a math coprocessor, if it finds one on board.  Versions
  73.      *prior* to 3.0 were written in GWBASIC, and data files created in
  74.      those versions will *not* work using this new version, so you will
  75.      have to re-input them.  If you are upgrading from version 3 or 4.X,
  76.      however, you can re-format your data files to this version by first
  77.      running the included program, 'Varcvrt.exe'.
  78.  
  79.      Included in the .ZIP file, should be the following files:
  80.  
  81.          1)  Varinv.exe is the program.  Just type 'Varinv' at the DOS
  82.          prompt to run.
  83.          2)  Varinv.doc is the file you are reading now.
  84.          3)  Varinv.dat holds the names and descriptions of the investment
  85.          data files.  If you ever accidentally delete it, the program will
  86.          recreate it; all you have to do then is re-input the names and
  87.          descriptions of your investment data files with the 'Open' option
  88.          under the 'Files' menu.
  89.          4)  Example.dat, DJ_30.dat, and SP_500.dat are sample investment
  90.          data files, included to help you better understand the program's
  91.          features.
  92.          5)  Varcvrt.exe will re-format version 3 or 4.X data files so they
  93.          can be used by this new version.  For version 3 files, it will,
  94.          among other things, convert dates from MMDDYY to MMDD19YY.  For
  95.          version 4.X, it will convert dividend transactions into negative
  96.          amounts.  This will allow the program to distinguish them from
  97.          service charges (introduced in version 5), which have an identical
  98.          format, but use positive amounts.
  99.          6)  Prices.scr is a script file for use with Autosig to facilitate
  100.          downloading market index price and dividend history from
  101.          Compuserve.  This data can then be manually input into investment
  102.          files.
  103.  
  104.      When first running the program, pick the 'Files' menu, then the 'Open'
  105.      option; then move the cursor to the file named 'Example', and press
  106.      Enter.  After returning to the main menu, pick the 'Transactions'
  107.      menu, then the 'List' option, to see the transactions in this sample
  108.      investment file.  This will help you better understand the program's
  109.      features.  More detailed operating instructions are accessed by
  110.      picking the 'Instructions' option under the 'Miscellaneous' menu.
  111.  
  112.      Thanks,
  113.  
  114.      Wm. H. Baldwin
  115.      8704 Broadmoor, #806
  116.      Shawnee Mission, Ks. 66212
  117.      913-381-9109
  118.      Compuserve UID: 76200,275
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.      Varinv.doc Oct 23, 1992
  129.  
  130.  
  131.  
  132.  
  133.